home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 May / PCpro_2006_05.ISO / files / mobile / fma-2.0-stable-setup.exe / {app} / source / uCalling.dfm < prev    next >
Encoding:
Text File  |  2005-01-26  |  3.2 KB  |  154 lines

  1. object frmCalling: TfrmCalling
  2.   Left = 484
  3.   Top = 242
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = HandupButton
  7.   AlphaBlend = True
  8.   AlphaBlendValue = 200
  9.   BorderIcons = [biSystemMenu]
  10.   BorderStyle = bsToolWindow
  11.   Caption = 'Calling'
  12.   ClientHeight = 137
  13.   ClientWidth = 329
  14.   Color = cl3DLight
  15.   Constraints.MaxHeight = 415
  16.   Constraints.MaxWidth = 397
  17.   Constraints.MinHeight = 164
  18.   Constraints.MinWidth = 337
  19.   Font.Charset = RUSSIAN_CHARSET
  20.   Font.Color = clWindowText
  21.   Font.Height = -11
  22.   Font.Name = 'Tahoma'
  23.   Font.Style = []
  24.   FormStyle = fsStayOnTop
  25.   OldCreateOrder = False
  26.   Position = poDefaultPosOnly
  27.   OnClose = FormClose
  28.   OnCloseQuery = FormCloseQuery
  29.   OnCreate = FormCreate
  30.   OnShow = FormShow
  31.   DesignSize = (
  32.     329
  33.     137)
  34.   PixelsPerInch = 96
  35.   TextHeight = 13
  36.   object Image1: TImage
  37.     Left = -33
  38.     Top = -3
  39.     Width = 394
  40.     Height = 386
  41.     Anchors = [akTop]
  42.   end
  43.   object lbAlpha: TTntLabel
  44.     Left = 140
  45.     Top = 4
  46.     Width = 25
  47.     Height = 13
  48.     Caption = 'None'
  49.     Transparent = True
  50.   end
  51.   object lbNumber: TTntLabel
  52.     Left = 140
  53.     Top = 20
  54.     Width = 25
  55.     Height = 13
  56.     Caption = 'None'
  57.     Transparent = True
  58.   end
  59.   object lblTime: TLabel
  60.     Left = 140
  61.     Top = 36
  62.     Width = 28
  63.     Height = 13
  64.     Caption = '00:00'
  65.     Transparent = True
  66.   end
  67.   object HandupButton: TButton
  68.     Left = 268
  69.     Top = 112
  70.     Width = 57
  71.     Height = 21
  72.     Anchors = [akRight, akBottom]
  73.     Caption = 'Hang Up'
  74.     TabOrder = 1
  75.     OnClick = CallButtonClick
  76.   end
  77.   object AnswerButton: TButton
  78.     Left = 204
  79.     Top = 112
  80.     Width = 57
  81.     Height = 21
  82.     Anchors = [akRight, akBottom]
  83.     Caption = 'Answer'
  84.     TabOrder = 0
  85.     OnClick = CallButtonClick
  86.   end
  87.   object HeadsetButton: TButton
  88.     Left = 140
  89.     Top = 112
  90.     Width = 57
  91.     Height = 21
  92.     Anchors = [akRight, akBottom]
  93.     Caption = 'Headset'
  94.     TabOrder = 5
  95.     OnClick = CallButtonClick
  96.   end
  97.   object ImagePanel: TPanel
  98.     Left = 4
  99.     Top = 4
  100.     Width = 132
  101.     Height = 131
  102.     BevelInner = bvLowered
  103.     BevelOuter = bvLowered
  104.     Caption = '<no photo>'
  105.     Color = cl3DLight
  106.     TabOrder = 3
  107.     object Image32: TImage32
  108.       Left = 2
  109.       Top = 2
  110.       Width = 128
  111.       Height = 127
  112.       Align = alClient
  113.       BitmapAlign = baCenter
  114.       Scale = 1
  115.       ScaleMode = smResize
  116.       TabOrder = 0
  117.     end
  118.   end
  119.   object MediaPlayer1: TMediaPlayer
  120.     Left = 288
  121.     Top = 12
  122.     Width = 29
  123.     Height = 28
  124.     VisibleButtons = [btPlay]
  125.     Visible = False
  126.     TabOrder = 4
  127.     OnNotify = MediaPlayer1Notify
  128.   end
  129.   object Memo: TTntMemo
  130.     Left = 140
  131.     Top = 56
  132.     Width = 185
  133.     Height = 45
  134.     Anchors = [akLeft, akTop, akRight, akBottom]
  135.     BevelKind = bkFlat
  136.     BorderStyle = bsNone
  137.     ScrollBars = ssVertical
  138.     TabOrder = 2
  139.   end
  140.   object FormPlacement1: TFormPlacement
  141.     IniFileName = 'Software\floAt\MobileAgent'
  142.     IniSection = 'CallWindow'
  143.     UseRegistry = True
  144.     Left = 256
  145.     Top = 12
  146.   end
  147.   object TimeTimer: TTimer
  148.     Enabled = False
  149.     OnTimer = TimeTimerTimer
  150.     Left = 224
  151.     Top = 12
  152.   end
  153. end
  154.